home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_048 / CD_ROM / CDROM2.TXT next >
Text File  |  1998-03-14  |  2KB  |  34 lines

  1. Here's a first cut at a CD-ROM driver. For now, it only supports SCSI
  2. (that's all I can test, and I figured that ability to run on the Falcon was
  3. the primary consideration :-)). To use it, rename the file to something
  4. like "CDROML2.XFS" and copy it to the root directory of your boot disk.
  5.  
  6. (The "L" is the drive letter the drive should appear under, and the
  7. "2" is the SCSI device number of the CD-ROM drive itself.)
  8.  
  9. Advantages of this over MetaDOS:
  10.  
  11. (1) Both Hisierra and ISO9660 support are in the same file, and they use
  12.     the same drive letter; so you don't have to keep track of which kind
  13.     of CD is which and which drive to use with them. (Also, there are fewer
  14.     things to install :-).
  15. (2) No CONFIG.SYS file is needed; I think users will find that a plus.
  16. (3) I tried to make it slightly better at re-trying operations and recovery
  17.     from errors. One of my CD's is quite flaky, and I find I can get more
  18.     stuff from it using the .XFS than with MetaDOS.
  19.  
  20. Things that still need doing:
  21.  
  22. (1) Media change detection needs to be improved somewhat; sometimes it's
  23.     necessary to explicitly hit ESC on the desktop in order to force
  24.     the media change to be recognized.
  25. (2) The SCSI code could be better at recovering from errors.
  26. (3) Support for playing music would be nice.
  27. (4) Multitasking gets killed while CD operations are in progress; something
  28.     should be done about that.
  29.  
  30. Let me know about bugs that you find, and/or if you have some other features
  31. you'd like to see.
  32.  
  33. Eric
  34.